metalcloud-cli server factory-reset¶
Reset a server to factory defaults
Synopsis¶
Reset a server to factory defaults.
This command initiates a factory reset operation on the specified server, restoring it to its original configuration. This operation is irreversible and will remove all custom configurations.
Required Arguments: server_id The ID of the server to factory reset
Examples:
Factory reset server with ID 123¶
metalcloud-cli server factory-reset 123
metalcloud-cli server factory-reset server_id [flags]
Options¶
-h, --help help for factory-reset
Options inherited from parent commands¶
-k, --api_key string MetalCloud API key
-c, --config string Config file path
-d, --debug Set to enable debug logging
-e, --endpoint string MetalCloud API endpoint
-f, --format string Output format. Supported values are 'text','csv','md','json','yaml'. (default "text")
-i, --insecure_skip_verify Set to allow insecure transport
-l, --log_file string Log file path
-v, --verbosity string Log level verbosity (default "INFO")
SEE ALSO¶
metalcloud-cli server - Server management