POST
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
stop
cURL
curl --request POST \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/stop

Path Parameters

project
string
required

Project name

name
string
required

Box name

Response

Box stopped