v50

latestSwagger 2.0raw.githubusercontent.com2026-08-07695383.3 KB
api

put/api/projects/{pid}/deploys/{did}

Request body

didinteger

A unique integer value identifying this deploy.

status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'

Deploy status.

spiders_namesstring[]

Spider names in this deploy.

error_reasonstring nullable

Error logs to persist in deploy_logs (Mongo) on failure.

Response

OK

didinteger

A unique integer value identifying this deploy.

status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'

Deploy status.

spiders_namesstring[]

Spider names in this deploy.

error_reasonstring nullable

Error logs to persist in deploy_logs (Mongo) on failure.