Skip to main content



Remove an Instance Version

Remove an instance version

DELETE /cloud/removeVersion

Implementation Notes

Remove a version of a specific instance. Can be forced to delete the instance version even if there are batch files, fold experiments or visualizations present, it depends on this instance version through the use of the forceDelete parameter. Doesn't verify if there are any batch files, fold experiments or visualizations depending on this instance version, preRemove methods verify this. ||

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
forceDeleteForce delete the instance version. A boolean value: true or false.queryboolean
useruser's authenticationheader (authorization)basic authentication