Enterprise
Quick Start
Search
/
API Reference
Tutorials
Introduction
Getting started
API Reference
Annotations
Users
Actions
Views
Files
ML
Predictions
Projects
GET
List all projects
POST
Create new project
GET
Get project by ID
DEL
Delete project
PATCH
Update a project
POST
Import tasks
POST
Validate project labeling config
Pauses
GET
Retrieve a list of pauses
POST
Create a new pause
GET
Retrieve a pause by ID
DEL
Delete a pause
PATCH
Update a pause (partial)
Exports
Tasks
Import Storage
Export Storage
Webhooks
Versions
Prompts
Model Providers
Comments
Workspaces
Enterprise
Quick Start
API Reference
Projects
Pauses
Delete a pause
DELETE
http://localhost:8080
/
api
/
projects
/
:project_pk
/
members
/
:user_pk
/
pauses
/
:id
Remove a pause from the database.
Path parameters
project_pk
integer
Required
Project ID
user_pk
integer
Required
User ID
id
integer
Required
Pause ID
Built with