Deploy job manifest

Authentication

AuthorizationBearer

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

Path parameters

namestringRequired

Request

This endpoint expects an object.
manifestobjectRequired

Job manifest (authored as TOML or JSON, stored as JSON)

Response

Successful Response
idstringformat: "uuid"
version_numberinteger
content_hashstring
deployed_atdatetime
manifestobject

Full job.toml manifest (TOML or JSON authoring; stored as JSON).

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
502
Bad Gateway Error
503
Service Unavailable Error