wf delete cloudaccess
wf delete cloudaccess
Removes a cloud access config
Synopsis
Deletes cloud access from a workspace.
You can also remove administrative cloud access using the --admin flag.
wf delete cloudaccess [flags]
Examples
# Remove the non-prod GCP cloud access named 'gcp-nonprod' from the 'wsp' workspace:
$ wf delete cloudaccessconfig -w wsp gcp-nonprod
# Remove admin cloud access named 'azure-dnsmanagement':
$ wf delete cloudaccessconfig --admin azure-dnsmanagement
Options
--admin delete cloud access for Wayfinder-wide administrative purposes
-h, --help help for cloudaccess
--owner string Sets the owner on the delete to the provided value
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf delete - Lets you delete one or more resources