Solaris Zones · Capability
Solaris Zone Lifecycle Management
Unified zone lifecycle workflow combining zone creation, configuration, administration, monitoring, and migration. Used by system administrators and platform engineers to manage Solaris virtualization infrastructure.
What You Can Do
GET
List zones
— List all zones.
/v1/zones
POST
Create zone
— Create a new zone.
/v1/zones
GET
Get zone
— Get zone details.
/v1/zones/{zoneName}
DELETE
Delete zone
— Delete a zone.
/v1/zones/{zoneName}
GET
Get zone state
— Get current zone state.
/v1/zones/{zoneName}/state
POST
Boot zone
— Boot the zone.
/v1/zones/{zoneName}/boot
POST
Shutdown zone
— Gracefully shutdown.
/v1/zones/{zoneName}/shutdown
POST
Reboot zone
— Reboot the zone.
/v1/zones/{zoneName}/reboot
POST
Migrate zone
— Migrate to another host.
/v1/zones/{zoneName}/migrate
MCP Tools
list-zones
List all Solaris zones with status.
read-only
idempotent
create-zone
Create a new Solaris zone.
get-zone
Get Solaris zone details.
read-only
idempotent
get-zone-state
Get current zone state.
read-only
idempotent
boot-zone
Boot a Solaris zone.
halt-zone
Halt a zone immediately.
shutdown-zone
Gracefully shutdown a zone.
reboot-zone
Reboot a Solaris zone.
install-zone
Install a Solaris zone.
uninstall-zone
Uninstall a Solaris zone.
clone-zone
Clone a Solaris zone.
migrate-zone
Migrate a zone to another host.
verify-zone
Verify zone configuration integrity.
read-only
idempotent
delete-zone
Delete a Solaris zone.
APIs Used
zones-mgmt