Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

CheckDiskSpace

Prev Next

Checks that minimum specified disk space is available an raises an error if it isnt.

KeyValue(s)Description
method"CheckDiskSpace"
location"directory location"
required"GBrequired"
project

{Explanation}

{
  "method": "CheckDiskSpace",
  "location": "%REPOS%",
  "required": "1000",   //GB
  "project": "Demo" 
}