mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-06 02:30:58 +00:00
add 204s
This commit is contained in:
parent
e3e8272bbe
commit
277bec9c9a
7 changed files with 112 additions and 210 deletions
63
docs/static/deprecated-llama-stack-spec.yaml
vendored
63
docs/static/deprecated-llama-stack-spec.yaml
vendored
|
|
@ -112,11 +112,6 @@ paths:
|
|||
description: 'Path parameter: model_id'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -129,6 +124,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Models
|
||||
summary: Unregister Model
|
||||
|
|
@ -173,11 +170,6 @@ paths:
|
|||
operationId: list_scoring_functions_v1_scoring_functions_get
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -190,6 +182,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Scoring Functions
|
||||
summary: Register Scoring Function
|
||||
|
|
@ -237,11 +231,6 @@ paths:
|
|||
description: 'Path parameter: scoring_fn_id'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -254,6 +243,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Scoring Functions
|
||||
summary: Unregister Scoring Function
|
||||
|
|
@ -360,11 +351,6 @@ paths:
|
|||
description: 'Path parameter: identifier'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -377,6 +363,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Shields
|
||||
summary: Unregister Shield
|
||||
|
|
@ -418,11 +406,6 @@ paths:
|
|||
operationId: list_tool_groups_v1_toolgroups_get
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -435,6 +418,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Tool Groups
|
||||
summary: Register Tool Group
|
||||
|
|
@ -482,11 +467,6 @@ paths:
|
|||
description: 'Path parameter: toolgroup_id'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -499,6 +479,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Tool Groups
|
||||
summary: Unregister Toolgroup
|
||||
|
|
@ -605,11 +587,6 @@ paths:
|
|||
description: 'Path parameter: dataset_id'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -622,6 +599,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Datasets
|
||||
summary: Unregister Dataset
|
||||
|
|
@ -663,11 +642,6 @@ paths:
|
|||
operationId: list_benchmarks_v1alpha_eval_benchmarks_get
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -680,6 +654,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Benchmarks
|
||||
summary: Register Benchmark
|
||||
|
|
@ -727,11 +703,6 @@ paths:
|
|||
description: 'Path parameter: benchmark_id'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -744,6 +715,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Benchmarks
|
||||
summary: Unregister Benchmark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue