As a service provider, you can remove the VMware Cloud Director Container Service Extension server from VMware Cloud Director. This section details the steps to follow to perform this action.

Procedure

  1. Stop the VMware Cloud Director Container Service Extension server.
  2. Use the following commands to unregister the VMware Cloud Director Container Service Extension from VMware Cloud Director:
    • AMQP: vcd system extension delete cse
    • MQTT: Deactivate and remove the cse extension through a REST client
    GET /cloudapi/extensions/api/urn:vcloud:extension-api:VMWare:cse:1.0.0
    
    # Copy the payload, and change enabled to `false`
    
    PUT /cloudapi/extensions/api/urn:vcloud:extension-api:VMWare:cse:1.0.0
    
    DELETE /cloudapi/extensions/api/urn:vcloud:extension-api:VMWare:cse:1.0.0
  3. Optional: Delete Kubernetes templates and the VMware Cloud Director Container Service Extension catalog from VMware Cloud Director.

Results

The VMware Cloud Director Container Service Extension is uninstalled from VMware Cloud Director.