Skip to content

Commit 674b107

Browse files
committed
Deploying to gh-pages from @ dstackai/dstack@c5d1bd5 🚀
1 parent 1d92829 commit 674b107

File tree

6 files changed

+126
-109
lines changed

6 files changed

+126
-109
lines changed

docs/concepts/backends/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4713,6 +4713,22 @@ <h3 id="nebius">Nebius<a class="headerlink" href="#nebius" title="Permanent link
47134713
</code></pre></div>
47144714
</div>
47154715
</details>
4716+
<details class="info">
4717+
<summary>Projects</summary>
4718+
<p>If you have multiple projects per region, specify which ones to use, at most one per region.</p>
4719+
<div editor-title="~/.dstack/server/config.yml">
4720+
<div class="highlight"><pre><span></span><code><span class="nt">type</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">nebius</span>
4721+
<span class="nt">projects</span><span class="p">:</span>
4722+
<span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">project-e00jt6t095t1ahrg4re30</span>
4723+
<span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">project-e01iahuh3cklave4ao1nv</span>
4724+
<span class="nt">creds</span><span class="p">:</span>
4725+
<span class="w"> </span><span class="nt">type</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">service_account</span>
4726+
<span class="w"> </span><span class="nt">service_account_id</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">serviceaccount-e00dhnv9ftgb3cqmej</span>
4727+
<span class="w"> </span><span class="nt">public_key_id</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">publickey-e00ngaex668htswqy4</span>
4728+
<span class="w"> </span><span class="nt">private_key_file</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">~/path/to/key.pem</span>
4729+
</code></pre></div>
4730+
</div>
4731+
</details>
47164732
<div class="admonition info">
47174733
<p class="admonition-title">Python version</p>
47184734
<p>Nebius is only supported if <code>dstack server</code> is running on Python 3.10 or higher.</p>

docs/reference/api/rest/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/reference/server/config.yml/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4313,7 +4313,8 @@ <h6 class="reference-item" id="type"><code>type</code> - The type of credential
43134313
<h6 class="reference-item" id="api_key"><code>api_key</code> - The API key.<a class="headerlink" href="#api_key" title="Permanent link">&para;</a></h6>
43144314
<h5 id="nebius"><code>projects[n].backends[type=nebius]</code><a class="headerlink" href="#nebius" title="Permanent link">&para;</a></h5>
43154315
<h6 class="reference-item" id="type"><code>type</code> - The type of backend. Must be <code>nebius</code>.<a class="headerlink" href="#type" title="Permanent link">&para;</a></h6>
4316-
<h6 class="reference-item" id="regions"><code>regions</code> - (Optional) The list of Nebius regions. Omit to use all regions.<a class="headerlink" href="#regions" title="Permanent link">&para;</a></h6>
4316+
<h6 class="reference-item" id="projects"><code>projects</code> - (Optional) The list of allowed Nebius project IDs. Omit to use the default project in each region. The project is considered default if it is the only project in the region or if its name starts with <code>default-project</code>.<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h6>
4317+
<h6 class="reference-item" id="regions"><code>regions</code> - (Optional) The list of allowed Nebius regions. Omit to allow all regions.<a class="headerlink" href="#regions" title="Permanent link">&para;</a></h6>
43174318
<h6 class="reference-item" id="creds"><code>creds</code> - The credentials.<a class="headerlink" href="#creds" title="Permanent link">&para;</a></h6>
43184319
<h6 id="nebius-creds"><code>projects[n].backends[type=nebius].creds</code><a class="headerlink" href="#nebius-creds" title="Permanent link">&para;</a></h6>
43194320
<h6 class="reference-item" id="type"><code>type</code> - The type of credentials. Must be <code>service_account</code>.<a class="headerlink" href="#type" title="Permanent link">&para;</a></h6>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)