The config remove command deletes a Dashmate configuration.
dashmate config remove CONFIG| Argument | Description | Required | Default |
|---|---|---|---|
CONFIG |
Name of configuration to remove | Yes |
This command removes a specified configuration from Dashmate.
It will:
- Delete the configuration entry from the configuration file
- Delete any service configuration files associated with this configuration
System configurations (mainnet, testnet, local) cannot be removed using this command.
If you attempt to remove a system configuration, the command will suggest using dashmate reset --hard instead.
# Remove a custom configuration
dashmate config remove my-custom-config- config list - List available configurations
- config create - Create a new configuration
- reset - Reset a configuration to its initial state