Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.01 KB

File metadata and controls

36 lines (24 loc) · 1.01 KB

hostinger wordpress installations delete

Delete WordPress installation

Synopsis

Delete the specified WordPress installation, with optional file and database removal. This removes all associated components including plugins, themes, staging websites and any other related data.

Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).

hostinger wordpress installations delete <username> <software> [flags]

Options

      --delete-database   Delete the installation database.
      --delete-files      Delete installation files from disk.
  -h, --help              help for delete

Options inherited from parent commands

      --config string   Config file (default is $HOME/.hostinger.yaml)
      --format string   Output format type (json|table|tree), default: table

SEE ALSO