Project Deploy API
Get, configure, and manage the deploy state of a Project, including model selection and Active Learning.
Get Project Deploy State
curl "https://api.roboflow.com/my-workspace/my-project/deploy?api_key=$ROBOFLOW_API_KEY"{
"project": {
"id": "abc123",
"url": "my-project",
"name": "My Project",
"owner": "my-workspace-id",
"type": "object-detection",
"classes": ["cat", "dog"],
"multilabel": false
},
"workflow": {
"id": "wf_xyz",
"name": "My Project Base Workflow",
"url": "my-project-base-workflow",
"workspaceUrl": "my-workspace",
"inferencePath": "/infer/workflows/my-workspace/my-project-base-workflow"
},
"model": {
"kind": "pretrained",
"modelId": "rfdetr-medium"
},
"deployability": {
"status": "deployable",
"reason": null,
"modelWasConfigured": false,
"selectedModelId": "rfdetr-medium",
"selectionReason": null
},
"activeLearning": {
"enabled": false,
"collectionLimits": {},
"filters": []
},
"baseWorkflowWasCreated": false
}Update Deployed Model
Get Active Learning Configuration
Enable Active Learning
Disable Active Learning
Update Active Learning Configuration
Name
Type
Description
Required
Name
Type
Description
Required
List Active Learning Images
Name
Type
Description
Required
Legacy Endpoints
Last updated
Was this helpful?