Documentation Index
Fetch the complete documentation index at: https://docs.cloud.vessl.ai/llms.txt
Use this file to discover all available pages before exploring further.

Prerequisites
- VESSL Cloud 계정: 아직 없으면 가입하기.
vesslctl설치: CLI 개요의 한 줄 설치 명령으로 받으세요.- 계정 로그인:
vesslctl auth login으로 브라우저 OAuth 흐름을 마쳐 주세요. - SSH 키 등록 (Workspace 접속용, 선택):
vesslctl ssh-key add로 키를 등록하거나 SSH 키 명령에서 관리해요. - 크레딧 충전: Billing에서 카드 등록 후 크레딧을 충전해 주세요. 잔액이 0 이하이면 Workspace나 Job 생성이 차단돼요.
GPU 인스턴스 실행하기
인터랙티브 GPU Workspace를 실행하고, SSH로 접속한 다음, 작업이 끝나면 일시정지해요.Workspace 생성
<cluster-name>과 <spec-name>은 vesslctl cluster list와 vesslctl resource-spec list에서 확인할 수 있어요. 생성 후 vesslctl workspace list에서 Workspace slug(예: my-dev-box-abc123)를 복사해 다음 단계에서 사용해요.데이터셋 업로드하기
Volume을 만들고, CLI로 데이터를 업로드한 다음, 내용을 확인해요.Volume 생성
<storage-name>은 vesslctl storage list, <team-name>은 vesslctl team list에서 확인할 수 있어요. --name, --storage, --teams는 모두 필수예요. 생성 후 vesslctl volume list에서 Volume slug(예: training-data-abc123)를 복사해 다음 단계에서 사용해요.데이터셋 업로드
--remote-prefix datasets/v1/, 제외할 패턴이 있으면 --exclude "*.pyc" 플래그를 사용해요.DVC,
aws s3 cp, 커스텀 파이프라인 등 S3 호환 도구와 연동이 필요하면 vesslctl volume token <volume-slug>로 임시 S3 자격 증명과 엔드포인트 URL을 받아서 쓰면 돼요.