Skip to main content
Delete an overlay and remove all associated instances.

Signature

VastAI.delete_overlay(overlay_identifier: Optional[str] = None) -> str

Parameters

overlay_identifier
Optional[str]
overlay_identifier

Returns

str — Result from the API call.

Example

from vastai import VastAI

client = VastAI(api_key="YOUR_API_KEY")
result = client.delete_overlay()
print(result)