Skip to main content
POST
/
api
/
v0
/
deployment
/
{id}
/
start
/
start deployment
curl --request POST \
  --url https://console.vast.ai/api/v0/deployment/{id}/start/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "endpoint_state": "active"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Deployment ID

Response

Deployment started successfully

success
boolean
Example:

true

endpoint_state
string
Example:

"active"