Parallel Works

pw subdomains release

pw subdomains release

Release a reserved subdomain

Synopsis

Release a reserved subdomain so other users can claim it. Pass the label or the full host as shown by pw subdomains list; a label that matches more than one reservation must be given as the full host.

pw subdomains release <subdomain> [flags]

Examples

  pw subdomains release my-app
  
  # Release a reservation by its full host
  pw subdomains release my-app.sessions.example.com

Options

  -h, --help   help for release

Options inherited from parent commands

      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Overrides PW_PLATFORM_HOST environment variable and the current context's server.
  -v, --verbose                Enable verbose logging

SEE ALSO