Patch Dataset
PATCH/datasets/:dataset_id
Transition a dataset's status.
Platform admin access only — there is no workspace-level equivalent, since a status
transition affects whether the dataset is usable platform-wide, not a workspace-scoped
concern. Only the declared transitions are accepted: pending to active or
failed, failed back to pending, and active to deprecated; anything
else — including any transition out of deprecated, which is terminal — is rejected
with the dataset's current status and its allowed next states named in the error.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity