Deployments

Upload deployment archive

Consume a one-time proxied upload credential with a ZIP archive.

POST/api/v1/deploy/uploads/{token}

Authentication: the opaque token in the URL is the one-time credential. Do not add an account bearer token.

Parameters

tokenstringrequired

PathThe opaque, short-lived, one-time upload credential.

archiveZIP filerequired

BodyThe project ZIP in the archive multipart part.

Responses

202

The upload was consumed and its aggregate deployment operation started.

400

The request is invalid or contains an unsupported value.

413

The ZIP exceeds the active upload transport limit.