PATCH
/
api
/
svc
/
v1
/
apps
/
{id}
/
scale-to-zero
curl --request PATCH \
  --url https://{controlPlaneURL}/api/svc/v1/apps/{id}/scale-to-zero \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Id of the application

Response

200

Scales the number of replicas of the application deployment to 0