Skip to main content
POST
Deploy, start, stop or restart

Authorizations

Authorization
string
header
required

API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.

Path Parameters

worker
string<uuid>
required

Worker UUID, as returned in the uuid field.

Body

application/json
action
enum<string>
required
Available options:
deploy,
start,
stop,
restart
Example:

"deploy"

force
boolean
default:false

deploy only: rebuild even when the commit has not moved.

Response

Action accepted

data
object