curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/scale-to-zero \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"code": 123,
"details": [
{}
]
}Pause a running application by scaling to 0 replicas
curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/scale-to-zero \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"code": 123,
"details": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?