Canceling Work Requests

Cancel a work request for a service mesh resource.

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. Navigate to the mesh resource that contains the work request that you want to cancel, and click its name. (Resources include mesh, virtual service, virtual deployment, ingress gateway, and access policy.)
      Note

      You can cancel only a work request that's in the ACCEPTED state.
    5. On the details page, under Resources, click Work Requests.
    6. Click the name of the work request that you want to cancel.
    7. On the details page of the work request, click Cancel.
  • Use the oci service-mesh work-request cancel command and required parameters to cancel a work request for a service mesh resource.

    oci service-mesh work-request cancel --work-request-id work_request_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Reference.

  • Run the CancelWorkRequest method to cancel a work request for a service mesh resource.