Method
Deletes the specified deployment. The deployment's models will not be affected. Note that the deployments are not recoverable after they are deleted.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
deploymentId |
str |
Unique string identifier of the deployment to delete.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
TYPE |
WHEN |
DataNotFoundError |
deploymentId is not found.
|