Skip to main content

diagrid component delete

Delete one or more components

Description

Delete one or more components from a project

diagrid component delete <component...> [flags]

Examples


# Delete a single component
diagrid component delete my-component --project my-project

# Delete multiple components
diagrid component delete my-component1 my-component2 my-component3 --project my-project

Options

  -p, --project string   Name of existing project
-w, --wait Wait for long-running resource deletion to finish
--approve Skip confirmation prompt
-h, --help help for delete

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO