Set user instances
This endpoint is used to configure user-specific settings, primarily for setting compute instance types for service accounts. For a complete walkthrough of service account management, see Service Accounts Guide - Step 3.
When configuring a service account, ensure the username
in the path (/v1/users/:username/instances
) is the specific username defined when creating the service account.
PUT/v1/users/:username/instances
Set user specific config such as instance types
Authentication for this endpoint requires an Admin token. This configuration currently applies to instance types and will in the future include read scaling tokens.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successful response
Bad Request
Invalid Credentials
Unauthorized
Not Found
Internal Error