NAME
    gcloud ai index-endpoints - manage Vertex AI index endpoints

SYNOPSIS
    gcloud ai index-endpoints COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Manage Vertex AI index endpoints.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        Create a new Vertex AI index endpoint.

     delete
        Delete an existing Vertex AI index endpoint.

     deploy-index
        Deploy an index to a Vertex AI index endpoint.

     describe
        Gets detailed index endpoint information about the given index endpoint
        id.

     list
        Lists the index endpoints of the given project and region.

     mutate-deployed-index
        Mutate an existing deployed index from a Vertex AI index endpoint.

     undeploy-index
        Undeploy an index from a Vertex AI index endpoint.

     update
        Update an Vertex AI index endpoint.

NOTES
    These variants are also available:

        $ gcloud alpha ai index-endpoints

        $ gcloud beta ai index-endpoints

