fsoc solution delete
Delete a solution. Stable solutions cannot be deleted
Synopsis
This command deletes a solution uploaded by your tenant. Stable solutions cannot be deleted.
This is for the purpose of deleting a solution that you no longer want to use.
This will clean up all of objects/types defined by the solution as well as all of the solution metadata.
Please note you must terminate all active subscriptions to the solution before issuing this command.
Please also note this is an asynchronous operation and thus it may take some time for the status to reflect properly.
If you issue this command while an active deletion is in progress, it will simply wait for that deletion to finish.
fsoc solution delete <solution-name> [flags]
Examples
fsoc solution delete mysolution --tag custom --wait 45 --yes
Options
-h, --help help for delete
--no-wait Don't wait for solution to be deleted after issuing delete request.
--tag string Tag associated with the solution to delete (required)
--wait int Wait to terminate the command until the solution the solution deletion process is completed. Default time is 60 seconds. (default 60)
-y, --yes Skip warning message and bypass confirmation step
Options Inherited From Parent Commands
--config string config file (default is ~/.fsoc). May be .yaml or .json
--curl log curl equivalent for platform API calls (implies --verbose)
--fields string perform specified fields transform/extract JQ expression
--log string set a location and name for the fsoc log file (default "/tmp/fsoc.log")
--no-version-check skip the daily check for new versions of fsoc
-o, --output string output format (auto, table, detail, json, yaml) (default "auto")
--profile string access profile (default is current or "default")
-v, --verbose enable detailed output
See Also
- fsoc solution - Perform solution operations