Call Run:AI API
call_runai_apiExecute Run:AI REST API operations with automatic authentication. Confirm destructive actions like DELETE to safely manage AI infrastructure.
Instructions
Run:AI REST API를 호출합니다. search_runai_api_spec으로 엔드포인트를 먼저 확인하세요. Bearer 토큰 인증은 자동. DELETE 등 위험 작업은 confirm_destructive: true 필요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path, e.g. /api/v1/workloads/trainings | |
| method | Yes | HTTP method | |
| payload | No | JSON request body | |
| pathParams | No | Path template parameters ({var} substitution) | |
| queryParams | No | URL query parameters | |
| confirm_destructive | No | Required for DELETE operations |