Set user Ducklings
This endpoint is used to configure user-specific settings, primarily for setting Duckling sizes 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. Note: The endpoint path uses "instances" for legacy reasons but configures Ducklings (compute instances).
PUT/v1/users/:username/instances
Set user specific config such as Duckling (instance) sizes
Authentication for this endpoint requires an Admin token. This configuration currently applies to Duckling sizes 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