Vertex Endpoint Manager

Enumerate and delete Vertex AI endpoints and models across defined regions.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/tim72117/word --skill vertex-endpoint-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Vertex Endpoint Manager
Source: https://github.com/tim72117/word/tree/main/.agent/skills/vertex_endpoint_manager
Command: npx skills add https://github.com/tim72117/word --skill vertex-endpoint-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-aiplatform, and includes scripts (resource) components.

What problem does it solve?

Vertex Endpoint Manager provides unified lifecycle management for Vertex AI endpoints, enabling consistent inspection, deployment, and cleanup across approved regions.

Core Features & Use Cases

  • Resource inspection: enumerate active endpoints and deployed models.
  • Infrastructure management: clean up endpoints and deployed models across regions.
  • Region governance: enforce default regions and require consent to extend scope.

Quick Start

Run the resource check script to inventory endpoints in allowed regions, then use the cleanup script to remove unused endpoints across regions.

Frequently Asked Questions about Vertex Endpoint Manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Vertex AI endpoints across multiple regions?

You can manage Vertex AI endpoints across multiple regions by running Python scripts that initialize the Vertex AI client and enumerate resources with strict region constraints. This enforces region governance by applying default regions and requiring consent to extend scope.

What is the best way to inventory deployed models on Vertex AI?

Inventorying deployed models on Vertex AI involves running a resource check script that enumerates active endpoints and their deployed models across approved regions. This provides a unified view of your infrastructure lifecycle and resource distribution.

How do I bulk clean up unused Vertex AI endpoints?

Bulk cleanup of unused Vertex AI endpoints is done by executing cleanup scripts that perform deletions with safe defaults and region constraints. This ensures infrastructure cleanup is strictly controlled under defined permission scopes across target regions.

Does the Vertex AI endpoint cleanup process require specific permissions?

The Vertex AI endpoint cleanup process operates under strict permission controls. The scripts enforce region governance by constraining deletions to approved regions and requiring explicit consent before extending the operational scope to other areas.

Can I use Python scripts to monitor Vertex AI deployment lifecycles?

You can use Python scripts to monitor Vertex AI deployment lifecycles. The scripts initialize the google-cloud-aiplatform client to inspect active endpoints and manage infrastructure tasks like deployment monitoring and resource inventory across defined regions.