Previous Topic: dpmzone customcommand Command--Run a Custom CommandNext Topic: dpmzone deletezone Command--Delete a Zone


dpmzone deleteproject Command--Delete a Project

The deleteproject command deletes a project from a zone.

This command has the following format:

dpmzone deleteproject 
[-sc sc_host] 
-host hostname 
-name zonename 
-proj_name pname 
[-pre] 
[-post]
[-locale iso639value]
-sc sc_host

(Optional) Specifies the host name of the Service Controller.

-host hostname

Specifies the Solaris Zones server. This parameter is case-sensitive.

-name zonename

Specifies the zone that is associated with the project.

-proj_name pname

Specifies the project to delete.

-pre

(Optional) Specifies whether to generate an event before the operation is performed.

-post

(Optional) Specifies whether to generate an event after the operation is performed.

-locale iso639value

(Optional) Specifies an IS0 639_3166 combination to override the default English output, for example, fr_FR for French. To use the locale of the command prompt, specify "native".

-locale iso639value

(Optional) Specifies an IS0 639_3166 combination to override the default English output, for example, fr_FR for French. To use the locale of the command prompt, specify "native".

Example

Delete a project:

dpmzone deleteproject -host SolarisServer2 -name myzone1 -project_name myproject1