✨ Update pause

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Partially update a pause entry by ID.

Authentication

Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idstringRequired
project_pkintegerRequired
user_pkintegerRequired

Request

This endpoint expects an object.
reasonenumOptional
Reason for pausing * `MANUAL` - Manual * `BEHAVIOR_BASED` - Behavior-based * `ANNOTATOR_EVALUATION` - Annotator evaluation * `ANNOTATION_LIMIT` - Annotation limit * `CUSTOM_SCRIPT` - Custom script
Allowed values:
verbose_reasonstring or nullOptional
Detailed description of why the project is paused, will be readable by paused annotators

Response

created_atdatetime
Timestamp when this pause record was created
deleted_atdatetime or null

Timestamp when this pause record was soft-deleted

deleted_byinteger or null

User who soft-deleted this pause record

idinteger
paused_byobject
A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
projectinteger or null
Related project for which the pause is set
reasonenum
Reason for pausing * `MANUAL` - Manual * `BEHAVIOR_BASED` - Behavior-based * `ANNOTATOR_EVALUATION` - Annotator evaluation * `ANNOTATION_LIMIT` - Annotation limit * `CUSTOM_SCRIPT` - Custom script
Allowed values:
updated_atdatetime
Timestamp when this pause record was last updated
userinteger or null
User who is paused
verbose_reasonstring or null
Detailed description of why the project is paused, will be readable by paused annotators