project delete
ockam project delete [OPTIONS] <SPACE_NAME> <PROJECT_NAME>
This command will delete the specified project. Deleting a project implies deleting all the resources and services available for that project.
Arguments
-
<SPACE_NAME>
Name of the space -
<PROJECT_NAME>
Name of the project
Options
-
--identity [IDENTITY_NAME]
(optional)
Run the command as the given Identity -
-y
,--yes
(optional)
Confirm the deletion without prompting
Examples
# To delete a project given its name
$ ockam project delete myspace myproject