Command Palette
Search for a command to run

Scale a service

Manually scale a service to a specific number of replicas

PUT
/auth/v1/seed/{namespace}/services/{name}/scale

Path parameters


namespace
type: string
required
The namespace (user or organization) the service belongs to.
name
type: string
required
The service name.

Body parameters


replicas
type: integer
required
Target number of replicas.

Previous Get service status

Next Delete a service