Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
deletes an existing named configuration
delete-config [--help] configuration-name
The delete-config
subcommand deletes an existing named configuration from the configuration of the domain administration server (DAS). You can delete a configuration only if no GlassFish Server instances or clusters refer to the configuration. A standalone configuration is automatically deleted when the instance or cluster that refers to it is deleted. You cannot delete the default-config
configuration that is copied to create standalone configurations.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
The name of the configuration that you are deleting.
This example deletes the named configuration pmdconfig
.
asadmin> delete-config pmdconfig
Command delete-config executed successfully.
command executed successfully
error in executing the command