ockam reset


[Unsafe]

ockam reset [OPTIONS]

The reset command is dangerous and should be used with caution as it will remove all local state PERMANENTLY. This behaviour can be useful for cleaning up your development environment and starting afresh from scratch. However, you'll typically want to use specific delete commands such as node delete, identity delete, and space delete for more granular control on deletes.

Note that running reset will also sign you out of your Ockam account. You can sign in again and reactivate your machine with ockam enroll.

Options

  • -y, --yes (optional)
    Confirm the reset without prompting

  • --all (optional)
    Remove your spaces from the Orchestrator

Examples:

# Removes the local Ockam configuration including all Identities and Nodes.
$ ockam reset

# Removes orchestrator resources (i.e. Spaces and Projects)
# in addition to deleting the local state.
$ ockam reset --all

# To confirm without prompting.
$ ockam reset -y

Learn More:

Use 'ockam --help' for more information about a subcommand. Where might be: 'node', 'status', 'enroll', etc. Learn more about Command: https://command.ockam.io/manual/ Learn more about Ockam: https://docs.ockam.io/reference/command

Feedback:

If you have questions, as you explore, join us on the contributors discord channel https://discord.ockam.io