Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/stackit.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ stackit [flags]
### SEE ALSO

* [stackit affinity-group](./stackit_affinity-group.md) - Manage server affinity groups
* [stackit ai-model-experiments](./stackit_ai-model-experiments.md) - Provides functionality for AI Model Experiments
* [stackit auth](./stackit_auth.md) - Authenticates the STACKIT CLI
* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
* [stackit config](./stackit_config.md) - Provides functionality for CLI configuration options
Expand Down
35 changes: 35 additions & 0 deletions docs/stackit_ai-model-experiments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## stackit ai-model-experiments

Provides functionality for AI Model Experiments

### Synopsis

Provides functionality for AI Model Experiments.

```
stackit ai-model-experiments [flags]
```

### Options

```
-h, --help Help for "stackit ai-model-experiments"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit](./stackit.md) - Manage STACKIT resources using the command line
* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances
* [stackit ai-model-experiments token](./stackit_ai-model-experiments_token.md) - Provides functionality for AI Model Experiments instance tokens

38 changes: 38 additions & 0 deletions docs/stackit_ai-model-experiments_instance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## stackit ai-model-experiments instance

Provides functionality for AI Model Experiments instances

### Synopsis

Provides functionality for AI Model Experiments instances.

```
stackit ai-model-experiments instance [flags]
```

### Options

```
-h, --help Help for "stackit ai-model-experiments instance"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments](./stackit_ai-model-experiments.md) - Provides functionality for AI Model Experiments
* [stackit ai-model-experiments instance create](./stackit_ai-model-experiments_instance_create.md) - Creates an AI Model Experiments instance
* [stackit ai-model-experiments instance delete](./stackit_ai-model-experiments_instance_delete.md) - Deletes an AI Model Experiments instance
* [stackit ai-model-experiments instance get](./stackit_ai-model-experiments_instance_get.md) - Gets an AI Model Experiments instance
* [stackit ai-model-experiments instance list](./stackit_ai-model-experiments_instance_list.md) - Lists AI Model Experiments instances
* [stackit ai-model-experiments instance patch](./stackit_ai-model-experiments_instance_patch.md) - Updates an AI Model Experiments instance

47 changes: 47 additions & 0 deletions docs/stackit_ai-model-experiments_instance_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## stackit ai-model-experiments instance create

Creates an AI Model Experiments instance

### Synopsis

Creates an AI Model Experiments (MLflow) instance in your STACKIT project.

```
stackit ai-model-experiments instance create [flags]
```

### Examples

```
Create an AI Model Experiments instance with name "my-tracking"
$ stackit ai-model-experiments instance create --name my-tracking

Create an instance with a description and labels
$ stackit ai-model-experiments instance create --name my-tracking --description "team tracking server" --label env=prod
```

### Options

```
--deleted-experiment-retention string Retention period for deleted experiments before permanent purge, e.g. "30d" (min 1d, max 90d)
--description string Instance description
-h, --help Help for "stackit ai-model-experiments instance create"
--label stringToString Labels as key-value pairs, e.g. "--label env=prod" (default [])
-n, --name string Instance name
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances

40 changes: 40 additions & 0 deletions docs/stackit_ai-model-experiments_instance_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit ai-model-experiments instance delete

Deletes an AI Model Experiments instance

### Synopsis

Deletes an AI Model Experiments instance from a STACKIT project.

```
stackit ai-model-experiments instance delete INSTANCE_ID [flags]
```

### Examples

```
Delete an AI Model Experiments instance with ID "xxx"
$ stackit ai-model-experiments instance delete xxx
```

### Options

```
-h, --help Help for "stackit ai-model-experiments instance delete"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances

40 changes: 40 additions & 0 deletions docs/stackit_ai-model-experiments_instance_get.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit ai-model-experiments instance get

Gets an AI Model Experiments instance

### Synopsis

Gets an AI Model Experiments instance in a STACKIT project.

```
stackit ai-model-experiments instance get INSTANCE_ID [flags]
```

### Examples

```
Get an AI Model Experiments instance with ID "xxx"
$ stackit ai-model-experiments instance get xxx
```

### Options

```
-h, --help Help for "stackit ai-model-experiments instance get"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances

40 changes: 40 additions & 0 deletions docs/stackit_ai-model-experiments_instance_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit ai-model-experiments instance list

Lists AI Model Experiments instances

### Synopsis

Lists AI Model Experiments instances in a STACKIT project.

```
stackit ai-model-experiments instance list [flags]
```

### Examples

```
List AI Model Experiments instances in a project
$ stackit ai-model-experiments instance list --region eu01
```

### Options

```
-h, --help Help for "stackit ai-model-experiments instance list"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances

53 changes: 53 additions & 0 deletions docs/stackit_ai-model-experiments_instance_patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
## stackit ai-model-experiments instance patch

Updates an AI Model Experiments instance

### Synopsis

Partially updates an AI Model Experiments instance in a STACKIT project.

```
stackit ai-model-experiments instance patch INSTANCE_ID [flags]
```

### Examples

```
Update the name of an AI Model Experiments instance with ID "xxx"
$ stackit ai-model-experiments instance patch xxx --name my-new-name

Update the description of an AI Model Experiments instance
$ stackit ai-model-experiments instance patch xxx --description "team tracking server"

Update labels on an AI Model Experiments instance
$ stackit ai-model-experiments instance patch xxx --label env=prod

Update multiple fields of an AI Model Experiments instance
$ stackit ai-model-experiments instance patch xxx --name my-new-name --description "team tracking server" --label env=prod --deleted-experiment-retention 30d
```

### Options

```
--deleted-experiment-retention string Retention period for deleted experiments before permanent purge, e.g. "30d" (min 1d, max 90d)
--description string Instance description
-h, --help Help for "stackit ai-model-experiments instance patch"
--label stringToString Labels as key-value pairs, e.g. "--label env=prod" (default [])
-n, --name string Instance name
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments instance](./stackit_ai-model-experiments_instance.md) - Provides functionality for AI Model Experiments instances

38 changes: 38 additions & 0 deletions docs/stackit_ai-model-experiments_token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## stackit ai-model-experiments token

Provides functionality for AI Model Experiments instance tokens

### Synopsis

Provides functionality for AI Model Experiments instance tokens.

```
stackit ai-model-experiments token [flags]
```

### Options

```
-h, --help Help for "stackit ai-model-experiments token"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments](./stackit_ai-model-experiments.md) - Provides functionality for AI Model Experiments
* [stackit ai-model-experiments token create](./stackit_ai-model-experiments_token_create.md) - Creates an instance token
* [stackit ai-model-experiments token delete](./stackit_ai-model-experiments_token_delete.md) - Deletes an instance token
* [stackit ai-model-experiments token get](./stackit_ai-model-experiments_token_get.md) - Gets an instance token
* [stackit ai-model-experiments token list](./stackit_ai-model-experiments_token_list.md) - Lists instance tokens
* [stackit ai-model-experiments token patch](./stackit_ai-model-experiments_token_patch.md) - Updates an instance token

45 changes: 45 additions & 0 deletions docs/stackit_ai-model-experiments_token_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## stackit ai-model-experiments token create

Creates an instance token

### Synopsis

Creates an auth token for an AI Model Experiments instance.

```
stackit ai-model-experiments token create [flags]
```

### Examples

```
Create an auth token
$ stackit ai-model-experiments token create --instance-id xxx --name my-token
```

### Options

```
--description string Token description
-h, --help Help for "stackit ai-model-experiments token create"
--instance-id string ID of the instance
--label stringToString Labels as key-value pairs, e.g. "--label env=prod" (default [])
--name string Token name
--ttl-duration string Token time to live duration
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
```

### SEE ALSO

* [stackit ai-model-experiments token](./stackit_ai-model-experiments_token.md) - Provides functionality for AI Model Experiments instance tokens

Loading
Loading