Skip to main content
POST
Park an application deployment

Authorizations

Authorization
string
header
required

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

Path Parameters

application_id
string
required

Body

application/json

Name the deployment to park or wake: the cluster it runs on and the namespace it runs in - the installation's identity beside the application the URL carries.

cluster_id
string
required
namespace
string
required

Response

Successful Response

The deployment's rest state after a park or a wake: whether it is parked, the replica count it is converging to, and the remembered count a wake restores (null after a wake).

cluster_id
string
required
namespace
string
required
parked
boolean
required
replicas
string
required
parked_replicas
string | null
required