Skip to main content



Verify If An Instance Can Be Deleted

Verify if an instance can be deleted

GET /cloud/preRemoveInstance

Implementation Notes

Verify if an instance is removable. It's only removable if there are not any batch queries, fold experiments or visualizations that depend on the instance.

Parameters

ParameterDescriptionParameter TypeData Type
instanceNameName of the instance. Alphanumeric string: [A-Za-z0-9-_]+.querystring
versionVersion of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.querystring
useruser's authenticationheader (authorization)basic authentication