PHP Class Pantheon\Terminus\Commands\Org\Site\RemoveCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
remove ( string $organization, string $site ) Remove a site from an organization

Method Details

remove() public method

Remove a site from an organization
public remove ( string $organization, string $site )
$organization string The name or UUID of the organization to remove a site from
$site string The UUID or name of the site to be removed from this organization