How to create a dedicated deployment (Roboflow CLI)
Create Your Dedicated Deployment using Roboflow CLI
Last updated
Was this helpful?
Create Your Dedicated Deployment using Roboflow CLI
Last updated
Was this helpful?
The roboflow deployment
command provides a set of subcommands to manage your Roboflow Dedicated Deployments. Before you proceed, please ensure you have the roboflow
CLI installed and configured with your API key, as documented
machine_type
: List available machine types for your Dedicated Deployments. Currently, we support dev-cpu, dev-gpu, prod-cpu, prod-gpu
.
add
: Create a new Dedicated Deployment.
get
: Get detailed information about a specific Dedicated Deployment.
list
: List all Dedicated Deployments in your workspace.
usage_workspace
: Get usage statistics for all Dedicated Deployments in your workspace.
usage_deployment
: Get usage statistics for a specific Dedicated Deployment.
delete
: Delete a Dedicated Deployment.
log
: View logs for a specific Dedicated Deployment.
Create a new deployment
Get deployment information
List all deployments
Use code with caution.
Get workspace usage
Get deployment usage
Delete a deployment
View deployment logs
For more detailed information and options for each subcommand, use the --help
flag.