# Sia

{% code fullWidth="true" %}

```
이름:
   singularity storage create sia - Sia 분산 클라우드

사용법:
   singularity storage create sia [command options] [arguments...]

설명:
   --api-url
      Sia 데몬 API URL, 예시: http://sia.daemon.host:9980.
      
      참고: 다른 호스트에 대해 API 포트를 열려면 siad가 --disable-api-security와 함께 실행되어야 합니다(권장되지 않음).
      Sia 데몬이 localhost에서 실행되는 경우 기본값을 유지합니다.

   --api-password
      Sia 데몬 API 비밀번호.
      
      HOME/.sia/ 또는 데몬 디렉토리에 있는 apipassword 파일에서 찾을 수 있습니다.

   --user-agent
      Siad 사용자 에이전트
      
      보안을 위해 Sia 데몬에서는 'Sia-Agent' 사용자 에이전트를 기본으로 요구합니다.

   --encoding
      백엔드의 인코딩.
      
      자세한 정보는 [개요의 인코딩 섹션](/overview/#encoding)을 참조하세요.


옵션:
   --api-password value  Sia 데몬 API 비밀번호. [$API_PASSWORD]
   --api-url value       Sia 데몬 API URL, 예시: http://sia.daemon.host:9980. (기본값: "http://127.0.0.1:9980") [$API_URL]
   --help, -h            도움말 표시

   고급 옵션

   --encoding value    백엔드의 인코딩. (기본값: "Slash,Question,Hash,Percent,Del,Ctl,InvalidUtf8,Dot") [$ENCODING]
   --user-agent value  Siad 사용자 에이전트 (기본값: "Sia-Agent") [$USER_AGENT]

   일반 옵션

   --name value  저장소의 이름 (기본값: 자동 생성)
   --path value  저장소의 경로

```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-programs.gitbook.io/singularity/kr/cli-reference/storage/create/sia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
