[{"label":"Latest (1.0.0)","version":"latest"}]
srm-rest-api
CleanupTestPlanSpec
A spec specifying test cleanup settings.
Properties
boolean
forced
Optional
Whether to force the cleanup operation. If true, it makes best effort to complete, and could leak resources in the process (e.g. silently failing to delete a test-network, test-VM, etc.).
JSON Example
{
"forced": false
}